Esx Settings BaseImageDetails
The Esx Settings BaseImageDetails schema contains information that provide more details about the base image from the depot.
This schema was added in vSphere API 7.0.0.0.
{
"display_name": "string",
"display_version": "string",
"release_date": "string",
"quick_patch_compatible_versions": {
"quick_patch_compatible_versions": "string"
}
}
Display name of the base image.
This property was added in vSphere API 7.0.0.0.
Human readable version of the base image.
This property was added in vSphere API 7.0.0.0.
Release date of the base image.
This property was added in vSphere API 7.0.0.0.
For base images this base image can quick patch from, map their full versions to display versions.
This property was added in vSphere API 8.0.3.0.
If missing or null
this base image does not support quick patch.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.esx.settings.base_image
. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.esx.settings.base_image
.